isTransformLocked

abstract fun isTransformLocked(block: DesignBlock): Boolean

Query a block's transform locked state. If true, the block's transform can't be changed.

Return

true if block is locked, false otherwise.

Parameters

block

the block to query.